﻿@font-face {
    font-family: birlafontheader;
    src: url(OTF/PFHandbookPro-Regular.otf);
}
@font-face {
    font-family: birlafontcontent;
    src: url(OTF/PFEncoreSansPro-Regular.otf);
}

.bheaderfont {
    font-family: birlafontheader;
}

.bcontentfont {
    font-family: birlafontcontent;
}
.body
{
    font-family: birlafontheader;
}
.txtbox {
    font-family: birlafontheader;
    padding-left: 10px;
    border-radius: 5px;
}
		.txtbox:hover
		{
			border-color: lightpink;
		}

		.txtbox:focus
		{
			background-color: white;
		}

.button1 {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #426AB3;
    color: white;
    font-family: birlafontcontent;
    /*padding: 16px 32px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 21px 2px 4px 36px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 5px;
}

    .button1:hover {
        background-color: gray;
        color: white;
       
    }
.btn
{
	background: #34d9c3;
	background-image: -webkit-linear-gradient(top, #34d9c3, #2bb87f);
	background-image: -moz-linear-gradient(top, #34d9c3, #2bb87f);
	background-image: -ms-linear-gradient(top, #34d9c3, #2bb87f);
	background-image: -o-linear-gradient(top, #34d9c3, #2bb87f);
	background-image: linear-gradient(to bottom, #34d9c3, #2bb87f);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: birlafontheader;
	color: #ffffff;
	font-size: 12px;
	/*font-weight: bold;*/
	text-decoration: none;
	height: 30px;
	width: 200px;
}

	.btn:hover
	{
		background-color:Gray;
		background-image: -webkit-linear-gradient(top, Gray, #20B2AA);
		/*background-image: -moz-linear-gradient(top, #fc3cef, #9734d9);
		background-image: -ms-linear-gradient(top, #fc3cef, #9734d9);
		background-image: -o-linear-gradient(top, #fc3cef, #9734d9);
		background-image: linear-gradient(to bottom, #fc3cef, #9734d9);*/
		text-decoration: none;
	}

.btn1
{
	background: #4800ff;
	background-image: -webkit-linear-gradient(top, #87CEFA, #20B2AA);
	background-image: -moz-linear-gradient(top, #87CEFA, #20B2AA);
	background-image: -ms-linear-gradient(top, #87CEFA, #20B2AA);
	background-image: -o-linear-gradient(top, #87CEFA, #20B2AA);
	background-image: linear-gradient(to bottom, #87CEFA, #20B2AA);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 1px;
	font-family: birlafontheader;
	color: #ffffff;
	font-size: 12px;
	/*font-weight: bold;*/
	text-decoration: none;
	height: 30px;
	width: 200px;
}

	.btn1:hover
	{
		background: #fc3cef;
		background-image: -webkit-linear-gradient(top, #fc3cef, #9734d9);
		background-image: -moz-linear-gradient(top, #fc3cef, #9734d9);
		background-image: -ms-linear-gradient(top, #fc3cef, #9734d9);
		background-image: -o-linear-gradient(top, #fc3cef, #9734d9);
		background-image: linear-gradient(to bottom, #fc3cef, #9734d9);
		text-decoration: none;
	}

.modalBackground
{
	background-color: silver;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.modalPopup
{
	background-color: whitesmoke;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	border-radius:10px;
}

.floor
{
	font-weight: bold;
	color: orangered;
	font-size: 16px;
}
.panel_room
{
	width:600px;
	height:auto;
	/*background-color: #ffffdd;*/
	border-width: 3px;
	border-style: none;
	border-color: Gray;
	border-radius:10px;
	padding:10px;
}
.link
{
	width:auto;
	height:auto;
	color:orangered;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	background-color:green;
}

 
.btnCross
{
	font-weight:bold;
	background-color:red;
	color:white;
}
 
.GridviewDiv
        {
            font-size: 100%;
            font-family:  birlafontheader;
            color: #303933;
        }

        .headerstyle
        {
            color: #FFFFFF;
            border-right-color: #abb079;
            border-bottom-color: #abb079;
            background-color: crimson;
            padding: 0.5em 0.5em 0.5em 0.5em;
            text-align: center;
        }


		#overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
}            
#theprogress {
    background-color: #fff;
    border:1px solid #ccc;
    padding:10px;
    width: 300px;
    height: 30px;
    line-height:30px;
    text-align: center;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
#modalprogress {
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -11px 0 0 -150px;
    color: #990000;
    font-weight:bold;
    font-size:14px;
}

.completionListElement 
{  
    
    margin : 0px! important; 
    background-color : inherit; 
    color : orange; 
    border : solid 1px gray; 
    cursor : pointer; 
    text-align : left; 
    list-style-type : none; 
    font-family : birlafontheader; 
    font-size: 11px; 
    padding : 0; 
} 
.listItem 
{ 
    background-color: white; 
    padding : 1px; 
}      
.highlightedListItem 
{ 
    background-color: #c3ebf9; 
    padding : 1px; 
}

.linkbutton2 {
    background-color: #0068A6;
    color: white;
    font-size: 12px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 30px;
    text-align: left;
    font-family: birlafontheader;
    /*font-weight: bold;*/
}
           .linkbutton2:hover
           {
               background-color: gray;
           }
.linkbutton1 {
    background-color: #0094ff;
    color: white;
    font-size: 12px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 30px;
    text-align: left;
    font-family: birlafontheader;
    /*font-weight: bold;*/
}
           .linkbutton1:hover
           {
               background-color: orange;
           }

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
    width: 600px;
    height: auto;
}

.modal-header {
    border-bottom: thin;
    width: 100%;
    height: 15rem;
    padding: 24px;
    position: absolute;
    width: 100%;
    overflow-y: auto;
}

            .modal-header > .input-field {
                width: 100%;
            }

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: outset;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    height: auto;
    position: absolute;
    overflow-y: auto;
    width: 100%;
}

.button {
            background-color: crimson;
            color: white;
        }

.tdlbl
{
    font-weight:bold;
    text-align:left;
    width:130px;
    vertical-align:top;
    height:50px;
   
}

.leftlbl
{
    height:30px;
    padding-top:6px;
    border:solid 1px;
}

.txtdisplay {
    width: 250px;
    height: 30px;
    padding-top: 2px;
    font-family: birlafontheader;
    font-size: 12px;
    border: solid 1px;
    border-color: lightgray;
}

        .dd_chk_select {
            width: 253px !important;
            height: 30px !important;
        }

        .inputdesign {
            padding-top: 2px;
        }

        .btnmodify {
            font-style: italic;
            padding-right: 78px;
            width: 0px;
            height: 30px;
            border-radius: 7px;
        }

        .trrow {
            height: 35px;
            border-bottom-color: lightgreen;
            border-bottom-style: outset;
            border-bottom-width: 1px;
        }

        .trrow1 {
            height: 20px;
        }

        #left {
            float: left;
            width: 50%;
        }

        #right {
            float: left;
            width: 50%;
        }

        #bottom {
            border: outset;
            clear: both;
        }

        #left1 {
            float: left;
            width: 50%;
        }

        #right1 {
            float: left;
            width: 50%;
        }

        #bottom1 {
            border: outset;
            clear: both;
        }

        .container {
            border: outset;
        }

.CompletionList {
    background-color: #939598;
    margin-top: 0px;
    padding: 1px 0px 1px 0px;
}

.CompletionListItem {
    /*background-color: #3498db;*/
    background-color: #939598;
    margin: 2px;
    padding: 5px;
    /*color:crimson;*/
    color: #fff;
}

.CompletionListItemHighLight {
    background-color: #191716;
    margin: 2px;
    padding: 5px;
    color: #fff;
}

        .button {
            background-color: crimson;
            color: white;
            height: 30px;
        }

        .modalBackground {
            background-color: Black;
            filter: alpha(opacity=90);
            opacity: 0.8;
            width: 600px;
            height: auto;
        }

        .modal-header {
            border-bottom: thin;
            width: 100%;
            height: 15rem;
            padding: 24px;
            position: absolute;
            width: 100%;
            overflow-y: auto;
        }

            .modal-header > .input-field {
                width: 100%;
            }

        .modalPopup {
            background-color: #FFFFFF;
            border-width: 3px;
            border-style: outset;
            border-color: black;
            padding-top: 10px;
            padding-left: 10px;
            height: auto;
            position: absolute;
            overflow-y: auto;
            overflow-x: auto;
            width: 100%;
           
        }

        .overflowpanel {
            overflow-y: auto;
            overflow-x: auto;
        }

        .Grid {
            /*background-color: #fff;*/
            margin: 5px 0 10px 0;
            border: solid 1px;
            border-color:silver;
            border-collapse: collapse;
            font-family: birlafontheader;
            color: #474747;
            position: relative;
            top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);
        }

            .Grid td {
                padding: 2px;
                border: solid 1px;
                border-color:lightgray;
                font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
            }

            .Grid th {
                padding: 4px 2px;
                color: #fff;
                /*background: #363670 url(Images/grid-header.png) repeat-x top;*/
                background-color: orange;
                font-weight: bold;
                color: black;
                border-left: none;
                font-family: birlafontheader;
                font-size: 14px;
            }

            .Grid .alt {
               /* background: #fcfcfc url(Images/grid-alt.png) repeat-x top;*/
            }

            .Grid .pgr {
                /*background: #363670 url(Images/grid-pgr.png) repeat-x top;*/
            }

                .Grid .pgr table {
                    margin: 3px 0;
                }

                .Grid .pgr td {
                    border-width: 0;
                    padding: 0 6px;
                    border-left: outset;
                    font-weight: bold;
                    color: #fff;
                    line-height: 12px;
                }

                .Grid .pgr a {
                    color: Gray;
                    text-decoration: none;
                }

                    .Grid .pgr a:hover {
                        color: #000;
                        text-decoration: none;
                    }

        .Sample5PageUpdateProgress {
            background-color: #fff;
            color: #CF4342;
            /* width: 150px; */
            text-align: center;
            vertical-align: middle;
            position: fixed;
            bottom: 50%;
            left: 45%;
        }

        .FixedHeader {
            position: absolute;
            font-weight: bold;
        }

        .imgcss {
            position: absolute;
        }

.lbl {
    border: solid 1px;
    border-color: lightgray;
    vertical-align: central;
    text-align: left;
    background-color: white;
    width: 250px;
    height: 30px;
    font-family: birlafontheader;
}


.Sample5PageUpdateProgress {
    background-color: #fff;
    color: #CF4342;
    /* width: 150px; */
    text-align: center;
    vertical-align: middle;
    position: fixed;
    bottom: 50%;
    left: 45%;
}


.prst {
    width: auto;
    height: 40px;
    border-radius: 10px;
    border: solid 1px darkorange;
    /*box-shadow: 1px 2px crimson;*/
    padding-left: 10px;
    padding-top: 10px;
    vertical-align: top;
    background-color: white;
    color: black;
}

    .prst:hover {
        box-shadow: 1px 2px darkorange;
    }

        .tab {
            width: 200px;
            min-height: 80px;
            border-radius: 10px;
            border: solid 1px #ECDDC0;
            /*box-shadow: 1px 2px crimson;*/
            padding-left: 10px;
            padding-top: 5px;
            vertical-align: top;
            background-color: white;
            color: black;
        }

        /*.tab:hover {
                box-shadow: 1px 2px #ff6a00;
            }*/

        .tab1 {
            width: auto;
            height: 120px;
            border-radius: 10px;
            border: solid 1px #ECDDC0;
            /*box-shadow: 1px 2px #ecd590;*/
            padding-left: 10px;
            padding-top: 5px;
            vertical-align: top;
            /*min-height: 100px;*/
            background-color: white;
            color: black;
        }

        /*.tab1:hover {
                box-shadow: 1px 2px #ff6a00;
            }*/

        .tab2 {
            width: auto;
            min-height: 110px;
            border-radius: 10px;
            border: solid 1px #ECDDC0;
            /*box-shadow: 1px 2px crimson;*/
            padding-left: 10px;
            padding-top: 5px;
            vertical-align: top;
            background-color: white;
            color: black;
        }
